home *** CD-ROM | disk | FTP | other *** search
- frmExample
- Delayed Popup
- Form15
- Command1
- Command
- MS Sans Serif
- GroupPush3D2
- SSRibbon
- wwwwwwwwwwp
- wwwwwwwwwwp
- wwwwwwwwwwp
- wwwwwwwwwwp
- GroupPush3D2
- SSRibbon
- wwwwwwwwwwp
- wwwwwwwwwwp
- wwwwwwwwwwp
- wwwwwwwwwwp
- GroupPush3D2
- SSRibbon
- wwwwwwwwwwp
- wwwwwwwwwwp
- wwwwwwwwwwp
- wwwwwwwwwwp
- Timer1
- Label1
- Label1
- MS Sans Serif
- Command1_Click
- MsgBlaster1_Message
- MsgVal
- wParam
- lParamH
- Form_Load
- MsgBlaster1f
- hWndTarget*
- text11
- MsgListW
- WM_NCHITTEST
- text2
- MsgBlaster2!
- WM_LBUTTONDOWN
- Text1_Changeq
- MsgBlaster2_Message
- MsgBlaster3
- WM_MENUSELECT5
- form1
- MsgBlaster3_Message8
- WM_INITMENU
- Text2_Change
- WM_RBUTTONDOWN
- MsgPassage
- EATMESSAGEJ
- POSTPROCESSb
- PREPROCESS
- c_Clicko
- open_Click
- Panel3D1_DragDrop:
- SourceU
- Controlh
- Panel3d
- Caption
- Panel3d1.
- exampleL
- WM_SETFOCUS
- WM_CHAR
- WM_PAINT
- WM_SETTEXT
- WM_SIZE
- WM_NCCALCSIZE
- WM_COMMAND
- ReturnVal
- MsgBlaster4_Message
- GroupPush3D2_Click
- Value
- GroupPush3D2_MouseMovem
- Button
- Shift
- Label1_Click
- label1
- Visible
- Height
- GroupPush3D2
- Width
- Form_MouseMove
- GroupPush3D1_Click+
- index
- GroupPush3D1_MouseMove&
- LabelPopUp
- TheControl
- TheLabel
- TheMessage
- Command1_GotFocus
- Command1
- Command1_MouseMove
- BackColor
- Panel3D1_MouseMove
- timer1
- Enabled
- Timer1_Timer
- GroupPush3D2_MouseDown
- LabelPopUpDelay
- Position
- Nicholas
- Bencivengo
- Command1_MouseMove
- A Command
- Form_MouseMove
- GroupPush3D2_MouseMove
- Left Justify
- Center
- Right Justify
- LabelPopUpDelay
- Written 09/03/94 N
- Nicholas Bencivengo, Jr.
- CIS: 71344,2415e
- Simple Solutions, Inc.
- 10 Olde Orchard Road
- Clinton, CT 06413
- This routine displays a delayed popup help label (TheLabel) centered under
- TheControl whenever the mouse passes over the control. Position controlsT
- whether the label appears on top or bottom of control. Set Position tol
- "T" for top of control or "B" for bottom.m
- Call this routine from the MouseMove event of the controls as follows:
- r% = LabelPopUp(GroupPush3D2(Index), Label1, "Button" + Str$(Index), "T", x)a
- Remember to include the following at the Form's MouseMove eventc
- or if the label is placed inside a frame or panel, include the codee
- inside that control's MouseMove event:
- TheLabel.Visible = Falses
- timer1.Enabled = False
- Note: If the controls for which you are using this routine are inside
- another control (like a panel), the label must also reside inside
- that control.
- Timer1_Timer
-